home *** CD-ROM | disk | FTP | other *** search
- ;script that checks if a pcmcia-card is inserted and starts miami
- ; !!! Does not check the type of card !!!
-
- c:card_info >NIL: ; from the cnetdevice archive
- STACK 40000
- IF EXISTS T:card_info.bin
-
- RUN <NIL: >NIL: miami:miami
- c:Delete t:card_info.bin >NIL:
-
- EndIF